Welcome![Sign In][Sign Up]
Location:
Search - vc html

Search list

[SourceCodeScrollBitmap_demo.zip

Description: Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image will be lost. Check out this article for displaying large bitmaps into the desired area of your dialog box in its original size with a scrolling technique used to show the entire bitmap. 滚动显示位图 在VC++环境下,在一个对话框中显示一个原始尺寸的大小的位图文件相当是困难的。然而,通过使用 StretchBlt()函数一个给定的区域显示一个大的位图是可能的。主要的缺点是图像将会失真。看了这篇通过卷动技术显示整个位图技术的文章,你将能够以它的原始尺寸在给定对话框的区域内显示一个大位图。 来源: http://www.codeguru.com/bitmap/ScrollBitmap.html
Platform: | Size: 31909 | Author: | Hits:

[Internet-NetworkHtmlEdit_src.zip

Description: HTML Editor for VC++ 6.0
Platform: | Size: 23710 | Author: | Hits:

[IME Develop输入法源代码

Description: 拼音输入法 tm.txt =>输入法原始编码表例子 码表即字典:应按小=>大排序 bm.zip =>输入法码表建立源程序 ime.zip=>IME输入法源程序 tminstall.zip=>安装输入法源程序 imm.h multimon.h winhtml.zip=>VC下的HTML编译库 请将imm.h和multimon.h拷贝到vc++下的include目录下 用户应在readmb函数中加入自己的码表读取功能 -Source code of Chinese PinYin input method.
Platform: | Size: 159067 | Author: king | Hits:

[ELanguagecscanner

Description: 一个使用Lex编写的C语言词法加亮的小程序。能将指定的C源程序进行词法加亮,并以HTML文件的格式输出。 由Lex的C语言词法分析程序,然后使用VC编译,内附较详细的使用说明。-Lex prepared to use a C-plus morphology of small programs. Can designated source for the C-plus morphology, and the HTML file format. Lex from the C language lexical analysis procedure and then use the VC compiler, enclosing a more detailed usage instructions.
Platform: | Size: 104204 | Author: 陈凯 | Hits:

[WinSock-NDIShtmlviews

Description: 解决html在vc程序中显现的问题,可以自建页面,然后通过程序显示该页面-settlement procedures in vc emerging issues, and can be self pages, and then through the pages revealed that the procedures
Platform: | Size: 152987 | Author: 何乐 | Hits:

[GUI Develop20040707093109_tips

Description: 这是一个从VC的每日提示组件改编的每日提示类,使用HTML模板用来显示每日提示信息。其中,ChtmlCtrl类参考了Paul Dilascia在msj上的文章。-This is a VC from the daily suggested components of the daily suggested adapted category, using HTML template to display the daily message. Which category ChtmlCtrl Paul Dilascia reference to the short version MSJ in the article.
Platform: | Size: 1558743 | Author: 赵楠 | Hits:

[OpenGL programopengl_mksw

Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装 目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll 把glut.h放到 vc的include目录中 把glut32.lib放到vc的lib目录中 把glut32.dll放到system32下 对于vs.net include和lib在..\\vc7\\platformSDK下 参考资料 nehe.gamedev.net 特别经典的opengl教程 www.codeguru.com -opengl as one powerful 3D API, rendering speed, high efficiency. We can achieve our 3D world. The procedures for the use of a glut (download http://www.xmission.com/ ~ nate / glut.html), he embodies gl.h, glu.h glaux.h has also expanded the number of other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, the programming opengl familiar friends can see from the code in AX achieve opengl application with the ordinary procedure is the same. Glut library installation for the current glut of glut - 3.7.6. Included glut.h, glut32.lib, glut32.dll put into vc glut.h include the directory into vc glut32.lib put the lib directory put into glut32.dll for system32 vs.net include and lib in .. \\ vc7 \\ platformSDK under s
Platform: | Size: 74378 | Author: 周立 | Hits:

[Web ServerCPPHtmlStatic_src

Description: This a demo application which demonstrate how to process the static html file with VC
Platform: | Size: 66972 | Author: 搜索死 | Hits:

[Develop Tools24hourmasterVC

Description: 24小时精通VC,采用html格式,对vc初学者有 帮助-24 hours proficient VC, using html format, right vc help beginners
Platform: | Size: 2389354 | Author: 李建 | Hits:

[Internet-NetworkMimefilter_VC

Description: 看过一篇<<HTML代码过滤技术>>,只有DELPHI源码,可是没有VC源码,今将DELPHI源码改为VC源码,以供对代码过滤技术有兴趣的朋友一起分享。此代码只是简单的例子,在复杂的应用中可能会有问题,希望大家多多交流。
Platform: | Size: 41637 | Author: 凤之焚 | Hits:

[Linux-UnixshowHTML

Description: VC++ 程 序 中 用 对 话 框 的 形 式 显 示HTML 文 件-VC procedures used in the form of dialog display HTML documents
Platform: | Size: 1222 | Author: 廖红飞 | Hits:

[Internet-Network6HtmlEdit_src

Description: HTML Editor for VC++ 6.0:Today, applications often need a rich user interface. One of them is ability to compose or edit HTML documents in an easy, effective, and reliable way. This article and source code attached give you a nice control to perform this task. And now, the best part: This control works fine with Microsoft VC++ 6.0! -HTML Editor for VC 6.0 : Today, applications often need a rich user interface. One of them is ability to compose or edit HTML doc uments in an easy, effective, and reliable way. This article and a source code ttached give you a nice control to perform this t ask. And now, the best part : This control works fine with Microsoft Visual C + + 6.0.
Platform: | Size: 24023 | Author: au | Hits:

[OpenGL programOpenGL_ActiveX

Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装 目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll 把glut.h放到 vc的include目录中 把glut32.lib放到vc的lib目录中 把glut32.dll放到system32下 对于vs.net include和lib在..\\vc7\\platformSDK下 -opengl A powerful as the 3D API, playing up speed, high efficiency. We can realize their 3 D world. The procedures for the use of the glut (download to http : / / www.xmission.com/ ~ nate / glut.html) He not only includes gl.h, glu.h glaux.h also expanded some other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, programming opengl familiar friends can see from the code, AX in achieving opengl application with the ordinary procedure is the same. Glut for the installation of the current glut is the glut - 3.7.6. Glut.h included, glut32.lib. glut32.dll put into vc glut.h include the directory put glut32. vc lib into the lib directory put into system32 under glut32.dll for vs . net include and lib in .. \\ vc7
Platform: | Size: 74378 | Author: xian | Hits:

[OS DevelopMyIE_Code

Description: 1.MyIE开源工程协议 MyIE开源工程遵循GNU通用公共许可证GPL(GNU General Public License)开发,任何人都可以永久免费安装使用,在你下载和使用MyIE源代码前,请阅读并同意这个许可(http://www.gnu.org/copyleft/gpl.html),中文版本(http://www.morequick.com/down/gpl_chs.htm). 2.工程编译提示 如果你使用的是VC++6,你需要更新2个头文件,请从这里下载: http://www.morequick.com/down/hfile.zip,然后将2个头文件\"tlogstg.h\" 和 \"exdisp.h\"放到VC++的头文件目录,如: \"C:\\Program Files\\Microsoft Visual Studio\\VC98\\Include\". -1.MyIE revenue agreement revenue engine works to follow the terms of the GNU General Public License GPL ( GNU General Public License) development, Anyone can install permanent free use, you download and use the engine source code, Please read and agree with the permission (http : / / www.gnu.org / copyleft / gpl.html). Chinese version (http : / / www.morequick.com / down / gpl_chs.htm). 2. If the compiler works suggest you use the VC 6, you need to update two header file, please download here : http : / / www.morequick.com / down / hfile.zip. Then two header file, "tlogstg.h" and "exdisp.h" has been transformed into the first VC directory , such as : "C : \\ Program Files \\ Microsoft Visual Studio \\ VC98 \\ Include. "
Platform: | Size: 384841 | Author: hhh | Hits:

[Other resourceHTMLViewer

Description: HTML文件浏览工具,该程序是用Vc++6开发的。-HTML file browsing tools, the program is Vc + +6 development.
Platform: | Size: 61371 | Author: 程程 | Hits:

[OS programtst145

Description: cnprogram.myrice.com/article/vc/vc521.html-cnprogram.myrice.com/article/vc/vc52 1.html
Platform: | Size: 1205 | Author: 491312222 | Hits:

[OS programtstpppoe

Description: cnprogram.myrice.com/article/vc/vc521.html cnprogram.myrice.com/article/vc/vc521.html-cnprogram.myrice.com/article/vc/vc52 1.html cnprogram.myrice.com / article / vc / vc 521.html
Platform: | Size: 968 | Author: 491312222 | Hits:

[WinSock-NDIShtmlhelp

Description: 一个Html文件帮助等,对VC等学习有很大的帮助-a document to help, such as learning to VC will be very helpful
Platform: | Size: 238372 | Author: jines | Hits:

[TCP/IP stackwebsocketdemo

Description: vc写的websocket客户端和服务器端,并且有html传送数据的例子(websocket client and server demo)
Platform: | Size: 333824 | Author: evercloudy | Hits:

[OtherCAD绘图OCX控件

Description: 1、支持多种主流编程语言   产品支持在VC++、VB、。Net和html中调用控件。   2、提供可靠的安全性   用户只可在线浏览图纸文件,无法进行拷贝、另存和打印等操作。   3、无需安装AutoCAD即可实现在线浏览图纸文件   采用自主图纸解析引擎,脱离AutoCAD,即可浏览图纸文件。   4、提供了方便的浏览辅助工具   为用户提供了一系列的浏览辅助工具,方便用户进行浏览,其中包括:移动、放大、缩小、充满显示、开窗放大,测量距离和面积等。   5、支持多版本CAD图纸文件   支持浏览R14-2015版本的图纸文件(1, support a variety of mainstream programming languages Product support in VC++, VB,. Call controls in Net and html. 2, providing reliable security Users can only view drawing files online, and cannot copy, save, and print. 3. Online browsing of drawing files without installing AutoCAD Use the autonomous drawing analysis engine to get rid of AutoCAD and browse the drawing files. 4, provides a convenient browsing aid Provide users with a series of browsing aids for users to browse, including: moving, zooming in, zooming out, full display, window zooming, measuring distance and area. 5, support multi-version CAD drawing files Support for viewing drawing files of R14-2015 version)
Platform: | Size: 3125248 | Author: 防守打法123 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »

CodeBus www.codebus.net